From: Lars Hansen Date: Mon, 26 Apr 2004 18:55:32 +0000 (+0000) Subject: (Info-mode): Rename desktop-buffer-misc-data-function X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22923 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=653f07a3ca6c2fa014a42af38d365ccdaf29401b;p=emacs.git (Info-mode): Rename desktop-buffer-misc-data-function to desktop-save-buffer. --- diff --git a/lisp/info.el b/lisp/info.el index 1bbc35b3fc1..58690deb198 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -2908,8 +2908,8 @@ Advanced commands: ;; This is for the sake of the invisible text we use handling titles. (make-local-variable 'line-move-ignore-invisible) (setq line-move-ignore-invisible t) - (make-local-variable 'desktop-buffer-misc-data-function) - (setq desktop-buffer-misc-data-function 'Info-desktop-buffer-misc-data) + (make-local-variable 'desktop-save-buffer) + (setq desktop-save-buffer 'Info-desktop-buffer-misc-data) (add-hook 'clone-buffer-hook 'Info-clone-buffer-hook nil t) (add-hook 'change-major-mode-hook 'font-lock-defontify nil t) (Info-set-mode-line)